home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Rozne / HTTrack 3.40-2 / httrack-3.40-2.exe / {app} / src_win / WinHTTrack / InsertUrl.h < prev    next >
C/C++ Source or Header  |  2004-02-14  |  2KB  |  77 lines

  1. #if !defined(AFX_INSERTURL_H__2A8B8FE2_952E_11D3_A2B3_0000E84E7CA1__INCLUDED_)
  2. #define AFX_INSERTURL_H__2A8B8FE2_952E_11D3_A2B3_0000E84E7CA1__INCLUDED_
  3.  
  4. #if _MSC_VER >= 1000
  5. #pragma once
  6. #endif // _MSC_VER >= 1000
  7. // InsertUrl.h : header file
  8. //
  9.  
  10. // Attention, dΘfinition existante Θgalement dans htslib.h
  11. // (α modifier avec celle-ci)
  12. #define POSTTOK "?>post"
  13.  
  14. /* Externe C */
  15. extern "C" {
  16.   #include "htscatchurl.h"
  17. }
  18.  
  19. #include "CatchUrl.h"
  20. extern "C" {
  21.   extern int fexist(char*);
  22.   HTSEXT_API void escape_in_url(char* s);
  23.   HTSEXT_API int structcheck(char* s);
  24. }
  25.  
  26. /////////////////////////////////////////////////////////////////////////////
  27. // CInsertUrl dialog
  28.  
  29. class CInsertUrl : public CDialog
  30. {
  31. // Construction
  32. public:
  33.     CInsertUrl(CWnd* pParent = NULL);   // standard constructor
  34.   char* GetTip(int id);
  35.   //
  36.   CString dest_path;
  37.   //
  38.   CCatchUrl dial;
  39.   T_SOC soc;
  40.   char adr_prox[1024];
  41.   int port_prox;
  42.  
  43. // Dialog Data
  44.     //{{AFX_DATA(CInsertUrl)
  45.     enum { IDD = IDD_InsertUrl };
  46.     CString    m_urllogin;
  47.     CString    m_urlpass;
  48.     CString    m_urladr;
  49.     //}}AFX_DATA
  50.  
  51.  
  52. // Overrides
  53.     // ClassWizard generated virtual function overrides
  54.     //{{AFX_VIRTUAL(CInsertUrl)
  55.     protected:
  56.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  57.     //}}AFX_VIRTUAL
  58.  
  59. // Implementation
  60. protected:
  61.   void OnHelpInfo2();
  62.  
  63.     // Generated message map functions
  64.     //{{AFX_MSG(CInsertUrl)
  65.     virtual BOOL OnInitDialog();
  66.     afx_msg void Oncapt();
  67.     //}}AFX_MSG
  68.   afx_msg BOOL OnHelpInfo(HELPINFO* dummy);
  69.   afx_msg BOOL OnToolTipNotify( UINT id, NMHDR * pNMHDR, LRESULT * pResult );
  70.     DECLARE_MESSAGE_MAP()
  71. };
  72.  
  73. //{{AFX_INSERT_LOCATION}}
  74. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  75.  
  76. #endif // !defined(AFX_INSERTURL_H__2A8B8FE2_952E_11D3_A2B3_0000E84E7CA1__INCLUDED_)
  77.